home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / pgp.pat < prev    next >
Encoding:
Text File  |  1996-11-16  |  1.4 KB  |  54 lines

  1. *** makefile    Tue May 23 22:32:16 1995
  2. --- makefile.unx    Thu May 26 13:44:29 1994
  3. ***************
  4. *** 25,31 ****
  5.   # -DUSE_SELECT to use select() system call
  6.   # -DUSE_NBIO   to use non-blocking read()
  7.   
  8. ! CFLAGS= -O2 -fomit-frame-pointer -funroll-loops -DUNIX -DPORTABLE $(BYTEORDER)
  9.   
  10.   # must set byte order for targets "sysv" and "bsd"
  11.   # BYTEORDER= -DHIGHFIRST
  12. --- 25,31 ----
  13.   # -DUSE_SELECT to use select() system call
  14.   # -DUSE_NBIO   to use non-blocking read()
  15.   
  16. ! CFLAGS= -O -DUNIX -DPORTABLE $(BYTEORDER)
  17.   
  18.   # must set byte order for targets "sysv" and "bsd"
  19.   # BYTEORDER= -DHIGHFIRST
  20. ***************
  21. *** 33,39 ****
  22.   CC      = cc
  23.   LD      = cc        # Link command
  24.   LDFLAGS    =
  25. ! CPP     = $(CC) $(CFLAGS) -E
  26.   DBG    = -O
  27.   
  28.   # uncomment this for old versions of make
  29. --- 33,39 ----
  30.   CC      = cc
  31.   LD      = cc        # Link command
  32.   LDFLAGS    =
  33. ! CPP     = $(CC) -E
  34.   DBG    = -O
  35.   
  36.   # uncomment this for old versions of make
  37. ***************
  38. *** 123,129 ****
  39.   
  40.   linux:
  41.       $(MAKE) all CC=gcc LD=gcc OBJS_EXT="_80386.o _zmatch.o" \
  42. !     CFLAGS="-O2 -fomit-frame-pointer -funroll-loops -DSYSV -DUNIX -DIDEA32 -DASM"
  43.   
  44.   386bsd:
  45.       $(MAKE) all CC=gcc LD=gcc OBJS_EXT="_80386.o _zmatch.o" \
  46. --- 123,129 ----
  47.   
  48.   linux:
  49.       $(MAKE) all CC=gcc LD=gcc OBJS_EXT="_80386.o _zmatch.o" \
  50. !     CFLAGS="-O -DUNIX -DIDEA32 -DASM"
  51.   
  52.   386bsd:
  53.       $(MAKE) all CC=gcc LD=gcc OBJS_EXT="_80386.o _zmatch.o" \
  54.